home *** CD-ROM | disk | FTP | other *** search
- /* Mountlist example:
-
- The CD must have an directory with the name SYS,
- you must copy this script to the CD:sys directory
- if you want to use AmigaGuide Scripts made with
- the Explorer (CD AGuide). You should also copy
- the packers which you need to this directory
- (f.e. LHA,LZX etc). If not you must change the
- AmigaGuide script for the unpacking routine.
- You also must change the mountlist if your files
- using DMS.
- Example:
- >Device = fmsdisk.device< to >Device = CD0:fmsdisk.device<
-
-
- */
-
- FF0: Device = fmsdisk.device
- Unit = 0
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Bufmemtype = 0
- #
- FF1: Device = fmsdisk.device
- Unit = 1
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Bufmemtype = 0
- #
- FF2: Device = fmsdisk.device
- Unit = 2
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Bufmemtype = 0
- #
- FF3: Device = fmsdisk.device
- Unit = 3
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Bufmemtype = 0
- #
- VF0: Device = fmsdisk.device
- Unit = 0
- Flags = 1
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Bufmemtype = 0
- #
- DM0: Device = dms.device
- Unit = 0
- Flags = 0
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Bufmemtype = 1
- #
- RAD: Device = ramdrive.device
- Unit = 0
- Flags = 0
- Surfaces = 2
- BlocksPerTrack = 11
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Buffers = 5
- BufMemType = 1
- #
-